home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / comm / ward165.zip / WARD165.EXE / ReadMe.txt < prev    next >
Text File  |  1997-02-13  |  6KB  |  143 lines

  1. WAR FTP DAEMON
  2. Copyright (C) 1996, 1997 by Jarle (jgaa) Aase. All rights reserved.
  3.  
  4. WAR FTP Daemon is the premier FTP server for Windows 95 and NT. No other FTP 
  5. server application brings together the UNIX style security features, a BBS 
  6. like Windows interface for the system operator, the extreme flexibility, 
  7. Win95 and NT 4 OLE support, the multithreading design and the advanced 
  8. software technology and performance provided by this package!
  9.  
  10. PURPOSE:
  11.     FTP server
  12.  
  13. PLATFORMS:
  14.     Windows95
  15.     NT 3.51 (Intel)
  16.     NT 4.0 (Intel)
  17.  
  18.     Note: Windows 3.1 is *not* supported and will *not be* supported.
  19.  
  20. DISTRIBUTION:
  21.     Copyrighted freeware. See the lisence agreement in the online
  22.     help for details. In general: You can use this software unless
  23.     you are the government or the army.
  24.  
  25. INSTALLATION:
  26.     1) Extract the achive into an empty directory
  27.     2) Run Setup.exe
  28.     3) Delete the extracted files in the temporary dir.
  29.  
  30. AUTHOR:
  31.     Jarle Aase
  32.     Email: jgaa@online.no
  33.     http://www.jgaa.com
  34.  
  35. SUPPORT:
  36.     news://alt.comp.jgaa
  37.     Undernet IRC: #war_ftpd
  38.     See also updated support info at http://www.jgaa.com
  39.     
  40.  
  41. Compatibility 
  42.  
  43. ╖    Follows the RFC 959 and 1123 FTP specifications. 
  44. ╖    Works with Cute-FTP, WS_FTP, ftp (the one following Win95 and NT), 
  45.     MS Internet Explorer, Netscape Navigator, AmFTP, M-FTP, GuiFTP, 
  46.     - in fact, there is hardly reported any incompatibility at all. 
  47. ╖    Emulates standard UNIX ftp servers, including most ls line 
  48.     parameters and ls formatted output.
  49. ╖    ABOR command supported. (Yes - it's listed in the RFC, but not 
  50.     all PC based FTP servers can handle it). 
  51.  
  52. ╖    REST command supported (Resume an aborted transfer) 
  53. ╖    Import filter for Serv-U user database
  54. ╖    Native support for NT service process mode.  
  55. ╖    Optional Wu-ftpd compatible log for file transfers
  56. ╖    Operates on Windows95, Windows NT 3.51 (Intel only) and 
  57.     Windows NT 4.0 (Intel only). War FTP Daemon is a native 32 
  58.     bit application and will not work on Windows 3.*. 
  59.     Requires 486 processor or better.
  60.  
  61. Design 
  62.  
  63. ╖    Multithreading 
  64. ╖    Dialog based system console 
  65. ╖    Simple and advanced mode of operation, making it perfect for both 
  66.     small and large FTP services. 
  67. ╖    Users are organized in user-groups and user-classes to ease 
  68.     maintenance of time-out, directory/file access etc. 
  69. ╖    Automatic shutdown option when the last user has logged off 
  70. ╖    Displays a list of all users online where you can kick one of them, 
  71.     edit the user database entry, send a message to the user or even spy 
  72.     at the user (see the last given command, current directory, file 
  73.     transfers and a list of all files this user has sent/received 
  74.     during the current session. 
  75. ╖    Supports user supplied messages to the console through the SITE MSG command. 
  76. ╖    Supports personal greeting messages to all users, groups and classes. 
  77. ╖    Full OLE support for Win95/NT4 .lnk shortcuts 
  78. ╖    Online and off-line operation 
  79. ╖    In-memory transfer of directory listings 
  80. ╖    DOS or UNIX style directory paths 
  81. ╖    Mapping of paths to the root path 
  82. ╖    Support for long filenames 
  83. ╖    Virtual file system for improved performance and functionality, 
  84.     including full UNIX-like security and links on directory and file level. 
  85. ╖    Scheduled re-scans of the Virtual File system to handle changes made 
  86.     on the file system outside the server.
  87. ╖    "On the fly" generation of index files for the current directory/all 
  88.     files on the system (that the user is allowed to see)
  89. ╖    Support for comments on any file/directory in "on the fly" 
  90.     generated .index files. 
  91. ╖    Macros in the welcome files to display the users name, 
  92.     time-out limit etc. 
  93. ╖    On single network/ppp connections, the server shows the current IP number 
  94.     in an edit window, allowing copy/paste of the number to other applications. 
  95.     It also saves this number to a file.
  96. ╖    Multihoming/multihosting support allows setup of several virtual FTP servers 
  97.     based on the IP number the user connect to.
  98. ╖    Context-sensitive Help 
  99. ╖    Mounting of network drives at startup (NT service mode only)
  100. ╖    Denial of upload if the free disk  space runs too low
  101. ╖    Flexible verification option on incoming files. This feature allows you to use 
  102.     "plug-in" modules (external programs) to verify and validate incoming 
  103.     files before the upload is accepted by the server. Can be used for CRC checking, 
  104.     virus scanning, processing of file_id.dix files etc. Several free plug-in 
  105.     modules are made available by experienced War FTP daemon users.
  106.  
  107. Security 
  108.  
  109. ╖    High level of security with directory-level permissions for 
  110.     read, write, execute, dir, mdkdir, rmdir and delete. 
  111. ╖    Full UNIX security with user group and rwx permissions if 
  112.     the Virtual File System is used 
  113. ╖    Upload/Download ratio option for anonymous and regular users. 
  114.     Supports file or byte check (upload # files/bytes for each # files/bytes to download). 
  115.     Free files can be defined. 
  116. ╖    Reports of user access privileges, directory access privileges, etc. 
  117. ╖    Maximum number of concurrent connections for users, groups and classes.
  118. ╖    Maximum number of connections based on login IP number (allows you to 
  119.     have ## anonymous logins, but just # concurrent connections from one workstation. 
  120.     Handy to prevent one user from taking up too many connections.
  121. ╖    Simple one-button enable or disable option for users, groups and classes 
  122. ╖    IP level access control for the system, users, groups and classes. 
  123.     Incoming connections can be refused before and after login based on 
  124.     the callers IP address.
  125. ╖    Automatic disable of an account if a selectable number of bad passwords are given 
  126. ╖    "Not Wanted" list of files that will be refused. 
  127. ╖    "Dupe checker" that can deny upload of any filename that exist within the paths of the server 
  128. ╖    Disconnect single users without shutting the system down 
  129. ╖    No built-in limitations ("crippling"), "secret" connections to my site or any other ugly stuff. 
  130.  
  131.  
  132. Significant changes since 1.20b
  133.  
  134. ╖    Several important bug-fixes
  135. ╖    The memory usage in the Virtual File System is reduced by 68%
  136. ╖    The Virtual File System is optimized. Load time is reduced 
  137.     ~70% and flush time reduced to ~ 10 - 100 ms.
  138. ╖    Many new features. NT users will especially appreciate the NT service mode.
  139. ╖    Improved performance
  140. ╖    Improved stability
  141.  
  142.  
  143.